| |||||
String.Chars PropertyReturns the character at a specified character position in the given String. [ VB ] <Serializable> Public Default ReadOnly Property Chars ( _ ByVal index As Integer _ ) As Char [ C# ] [ Serializable ] public char this [ int index ] { get; } [ C++ ] [ Serializable ] public: __property __wchar_t get_Chars ( int index ); [ JScript ] returnValue = StringObject.Chars ( index ); -or- returnValue = StringObject ( index ); Parameters
Property ValueA Unicode character. Exceptions
Remarksindex is zero-based. See AlsoString Members Char GetEnumerator Int32 |
| ||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme