Name

GetChar Function — Microsoft.VisualBasic.Strings

Synopsis

GetChar(str, index)
str required; String

The string from which to extract a character

index required; Integer

Position of character (1-based)

Return Value

A Char containing the character at position index

Description

Returns the character that is at position index within a given string.

Get VB.NET Language Pocket Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.