adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / JobVariableHelper Class / TryParseBoolean Method

In This Topic
    TryParseBoolean Method
    In This Topic
    Syntax
    '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
    See Also