TryGetString
Summary
public bool TryGetString(out string value)
Attempts to get this value as a string . Fills thevalueon success.
Returns
trueif the value could be understood as this data type;falseotherwise
Parameters
- string value
public bool TryGetString(out string value)
Attempts to get this value as a string . Fills thevalueon success.
trueif the value could be understood as this data type;falseotherwise