TryGetString
TryGetString(out string)
public bool TryGetString(out string value) ;
Description
Get the value of the String type.
Parameters
Parameter Name | Description |
---|---|
value | Value. |
Returns
Return true if the value can be obtained.
Get the value of the String type.
Parameter Name | Description |
---|---|
value | Value. |
Return true if the value can be obtained.