Method WriteChars
WriteChars(String, Int32, Int32)
Writes a sub sequence of characters from s as the old format (modified UTF-8 encoded bytes).
Declaration
public virtual void WriteChars(String s, int start, int length)
Parameters
Type | Name | Description |
---|---|---|
System.String | s | the source of the characters |
System.Int32 | start | the first character in the sequence |
System.Int32 | length | the number of characters in the sequence |
WriteChars(Char[], Int32, Int32)
Writes a sub sequence of characters from char[] as the old format (modified UTF-8 encoded bytes).
Declaration
public virtual void WriteChars(char[] s, int start, int length)
Parameters
Type | Name | Description |
---|---|---|
System.Char[] | s | the source of the characters |
System.Int32 | start | the first character in the sequence |
System.Int32 | length | the number of characters in the sequence |