[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.Tools.StringExtensions.IsIvs

IsIvs Method

IsIvs(string, int)

Detects if the IVS characters are encoded at the specified position.

Declaration
public static bool IsIvs(this string text, int index)
Parameters
Type Name Description
string text

The text to check.

int index

The index in the text.

Returns
Type Description
bool

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