TextEncoder.FindFirstCharacterToEncode(Char*, Int32) Method

Definition

Important

This API is not CLS-compliant.

Finds the index of the first character to encode.

public:
 abstract int FindFirstCharacterToEncode(char* text, int textLength);
[System.CLSCompliant(false)]
public abstract int FindFirstCharacterToEncode (char* text, int textLength);
[<System.CLSCompliant(false)>]
abstract member FindFirstCharacterToEncode : nativeptr<char> * int -> int

Parameters

text
Char*

The text buffer to search.

textLength
Int32

The number of characters in text.

Returns

The index of the first character to encode.

Attributes

Remarks

This helper method is seldom called directly.

Applies to