Method StrLen
StrLen(Char[], Int32)
Declaration
public static int StrLen(char[] a, int start)
Parameters
Type | Name | Description |
---|---|---|
System.Char[] | a | |
System.Int32 | start |
Returns
Type | Description |
---|---|
System.Int32 |
StrLen(Char[])
Declaration
public static int StrLen(char[] a)
Parameters
Type | Name | Description |
---|---|---|
System.Char[] | a |
Returns
Type | Description |
---|---|
System.Int32 |