Click or drag to resize
GUIDDecode64String Method
Encode a string object into a Guid, if possible

Namespace: ToolBoox
Assembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static Guid Decode64String(
	string value
)

Parameters

value
Type: SystemString
String object to encode

Return Value

Type: Guid
Encoded Guid on success; null oin error
See Also