'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
'Declaration
Public Shared Function ValidForType( _ ByVal variableType As JobVariableType, _ ByVal value As String _ ) As Boolean
public static bool ValidForType( JobVariableType variableType, string value )