Tries the get value.
Namespace: CodeSmith.EngineAssembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
public bool TryGetValue( string key, out string value ) |
Visual Basic |
---|
Public Function TryGetValue ( key As String, <OutAttribute> ByRef value As String ) As Boolean |