Visual Basic (Declaration) | |
---|---|
Public Shared Function IsValidPriceExpression( _ ByVal propertyValue As String _ ) As Boolean |
Visual Basic (Usage) | ![]() |
---|---|
Dim propertyValue As String Dim value As Boolean value = modAlgorithmicOrderHelper.IsValidPriceExpression(propertyValue) |
C# | |
---|---|
public static bool IsValidPriceExpression( string propertyValue ) |
C++/CLI | |
---|---|
public: static bool IsValidPriceExpression( String^ propertyValue ) |
Parameters
- propertyValue
- Algorithmic order property value string to check