ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.Tools Namespace / StringExtensions Class / IsIvs Method

In This Topic
    IsIvs Method
    In This Topic
    Detects if the IVS characters encoded on the specified position.
    Syntax
    'Declaration
     
    Public Shared Function IsIvs( _
       ByVal text As String, _
       ByVal index As Integer _
    ) As Boolean
    public static bool IsIvs( 
       string text,
       int index
    )

    Parameters

    text
    index
    See Also