LegitimacyTryParse Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic static bool TryParse(
string legitimacyAsString,
out Legitimacy legitimacy
)
Public Shared Function TryParse (
legitimacyAsString As String,
<OutAttribute> ByRef legitimacy As Legitimacy
) As Boolean
public:
static bool TryParse(
String^ legitimacyAsString,
[OutAttribute] Legitimacy^% legitimacy
)
static member TryParse :
legitimacyAsString : string *
legitimacy : Legitimacy byref -> bool
Parameters
- legitimacyAsString String
-
- legitimacy Legitimacy
-
Return Value
Boolean
See Also