Namespace: Spire.Doc.Documents.Converters.Core.Base
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public static bool IsLetter(
	int ch
)
Public Shared Function IsLetter ( 
	ch As Integer
) As Boolean
public:
static bool IsLetter(
	int ch
)
static member IsLetter : 
        ch : int -> bool 

Parameters

ch
Int32

Return Value

Boolean

See Also