[This is preliminary documentation and is subject to change.]
Namespace: NFX.DataAccess.DistributedAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static bool TryParse(
string str,
out Nullable<GDID> gdid
)
public static bool TryParse(
string str,
out Nullable<GDID> gdid
)
Public Shared Function TryParse (
str As String,
<OutAttribute> ByRef gdid As Nullable(Of GDID)
) As Boolean
Public Shared Function TryParse (
str As String,
<OutAttribute> ByRef gdid As Nullable(Of GDID)
) As Boolean
public:
static bool TryParse(
String^ str,
[OutAttribute] Nullable<GDID>% gdid
)
public:
static bool TryParse(
String^ str,
[OutAttribute] Nullable<GDID>% gdid
)
static member TryParse :
str : string *
gdid : Nullable<GDID> byref -> bool
static member TryParse :
str : string *
gdid : Nullable<GDID> byref -> bool
Return Value
Type:
Boolean