IdeaBlade DevForce 2010 Help Reference
StartsWithChar Method
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace > EnglishGrammarRules Class : StartsWithChar Method



pToken
pChars
Helper method. Returns true if the token starts with any of the characters in pChars.

Syntax

Visual Basic (Declaration) 
Protected Shared Function StartsWithChar( _
   ByVal pToken As String, _
   ByVal pChars As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim pToken As String
Dim pChars As String
Dim value As Boolean
 
value = EnglishGrammarRules.StartsWithChar(pToken, pChars)
C# 
protected static bool StartsWithChar( 
   string pToken,
   string pChars
)
C++/CLI 
protected:
static bool StartsWithChar( 
   String^ pToken,
   String^ pChars
) 

Parameters

pToken
pChars

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.