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

In This Topic
    ValidForType Method
    In This Topic
    Determines whether a string value can be converted to the specified variable type
    Syntax
    'Declaration
     
    
    Public Shared Function ValidForType( _
       ByVal variableType As JobVariableType, _
       ByVal value As String _
    ) As Boolean
    public static bool ValidForType( 
       JobVariableType variableType,
       string value
    )

    Parameters

    variableType
    value
    See Also