StringConverterTryParse(String, Guid) Method
Tries to convert the specified string to its System.Guid equivalent.
Namespace: Common.Core.ConvertersAssembly: Common.Core (in Common.Core.dll) Version: 2.1.5
public static bool TryParse(
ref string value,
out Guid result
)
- value String
- A string containing the value to convert.
- result Guid
- If the conversion succeeded, contains the value.
Boolean if value was converted successfully.