Determines whether text should not be divided at given index or not.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
C# |
---|
public static bool IsNotDividableIndex( string text, int index ) |
Visual Basic |
---|
Public Shared Function IsNotDividableIndex ( text As String, index As Integer ) As Boolean |
Parameters
- text
- Type: System..::..String
The text to be examined.
- index
- Type: System..::..Int32
The index to determine whether it points to middle of an undividable character sequence or not.
Return Value
Type: Boolean
Remarks
This method determines whether a string should not be divided at given index or not. Please refer to the document of IsNotDividableIndex(Int32) for detail.