 | GUIDDecode64String Method |
Encode a string object into a Guid, if possible
Namespace: ToolBooxAssembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic static Guid Decode64String(
string value
)
Public Shared Function Decode64String (
value As String
) As Guid
Parameters
- value
- Type: SystemString
String object to encode
Return Value
Type:
GuidEncoded Guid on success; null oin error
See Also