'Declaration
Public Shared Function TryParseBoolean( _ ByVal newValue As String, _ ByRef returnValue As Boolean _ ) As Boolean
public static bool TryParseBoolean( string newValue, out bool returnValue )
Parameters
- newValue
- returnValue
'Declaration
Public Shared Function TryParseBoolean( _ ByVal newValue As String, _ ByRef returnValue As Boolean _ ) As Boolean
public static bool TryParseBoolean( string newValue, out bool returnValue )