Spread WPF 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 (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

TextCondition Class
TextCondition Members

 

 


Copyright © GrapeCity, inc. All rights reserved.