Spread Silverlight Documentation
FromInt Method (TextLengthCondition)


The comparison type.
The expected value.
Creates a TextLengthCondition object from an integer value.
Syntax
'Declaration
 
Public Shared Function FromInt( _
   ByVal compareType As GeneralCompareType, _
   ByVal expected As System.Integer _
) As TextLengthCondition
'Usage
 
Dim compareType As GeneralCompareType
Dim expected As System.Integer
Dim value As TextLengthCondition
 
value = TextLengthCondition.FromInt(compareType, expected)
public static TextLengthCondition FromInt( 
   GeneralCompareType compareType,
   System.int expected
)

Parameters

compareType
The comparison type.
expected
The expected value.

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.