MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.Tools Namespace / StringExtensions Class / IsIvs Method
The text to check.
The index in the text.

In This Topic
IsIvs Method
In This Topic
Detects if the IVS characters are encoded at the specified position.
Syntax
'Declaration
 
Public Shared Function IsIvs( _
   ByVal text As String, _
   ByVal index As Integer _
) As Boolean
 

Parameters

text
The text to check.
index
The index in the text.

Return Value

true if the IVS characters are encoded at the specified position; otherwise, false.
See Also