Spread Silverlight Documentation
FromString Method


The compare type.
The expected string.
Creates a TextCondition object from a string.
Syntax
'Declaration
 
Public Shared Function FromString( _
   ByVal compareType As TextCompareType, _
   ByVal expected As System.String _
) As TextCondition
'Usage
 
Dim compareType As TextCompareType
Dim expected As System.String
Dim value As TextCondition
 
value = TextCondition.FromString(compareType, expected)
public static TextCondition FromString( 
   TextCompareType compareType,
   System.string expected
)

Parameters

compareType
The compare type.
expected
The expected string.

Return Value

The TextCondition 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

TextCondition Class
TextCondition Members

 

 


Copyright © GrapeCity, inc. All rights reserved.