TextEncoder.FindFirstCharacterToEncode(Char*, Int32) Method     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.