Bridge

String..::..CharAt Method

The charAt() method returns the specified character from a string.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public string CharAt(
	int index
)
Public Function CharAt ( _
	index As Integer _
) As String
public:
String^ CharAt(
	int^ index
)

Parameters

index
Type: System..::..Int32
An integer between 0 and 1-less-than the length of the string.

Return Value