Method StartsWith
StartsWith(Char[], Int32, String)
Returns true if the character array starts with the prefix.
Declaration
public static bool StartsWith(char[] s, int len, string prefix)
Parameters
Type | Name | Description |
---|---|---|
System.Char[] | s | Input Buffer |
System.Int32 | len | length of input buffer |
System.String | prefix | Prefix string to test |
Returns
Type | Description |
---|---|
System.Boolean |
|