PluginsManager.TryParseGuid Method
Attempts to parse the specified string as
Guid.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public static bool TryParseGuid(
string s,
out Guid guid
)
Public Shared Function TryParseGuid (
s As String,
<OutAttribute> ByRef guid As Guid
) As Boolean
public:
static bool TryParseGuid(
String^ s,
[OutAttribute] Guid% guid
)
static member TryParseGuid :
s : string *
guid : Guid byref -> bool
- s String
- String to parse.
- guid Guid
-
Receives the resulting Guid value. Unless the string is recognized receives Empty.
Booleantrue if the specified string is recognized as
Guid.