C# string function
| String Functions | Definitions |
|---|---|
| GetHashCode() | This method returns HashValue of specified string. |
| GetType() | It returns the System.Type of current instance. |
| GetTypeCode() | It returns the Stystem.TypeCode for class System.String. |
| IndexOf() | Returns the index position of first occurrence of specified character. |
No comments:
Post a Comment