String.First Method
Include Protected Members
Include Inherited Members
Returns the first element of a sequence.
Overload List
Name | Description | |
---|---|---|
![]() |
First() | Returns the first element of a sequence. (Defined by Enumerable.) |
![]() |
First(Func<Char, Boolean>) | Returns the first element in a sequence that satisfies a specified condition. (Defined by Enumerable.) |
Top