Spread Silverlight Documentation
FromFormula Method (TextLengthCondition)


The compare type.
The formula.
Creates a TextLengthCondition object from the formula.
Syntax
'Declaration
 
Public Shared Function FromFormula( _
   ByVal compareType As GeneralCompareType, _
   ByVal formula As System.String _
) As TextLengthCondition
'Usage
 
Dim compareType As GeneralCompareType
Dim formula As System.String
Dim value As TextLengthCondition
 
value = TextLengthCondition.FromFormula(compareType, formula)
public static TextLengthCondition FromFormula( 
   GeneralCompareType compareType,
   System.string formula
)

Parameters

compareType
The compare type.
formula
The formula.

Return Value

The TextLengthCondition object.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

TextLengthCondition Class
TextLengthCondition Members

 

 


Copyright © GrapeCity, inc. All rights reserved.