'Declaration Public Shared Function LeftStr( _ ByVal str As String, _ ByVal len As Integer _ ) As String
'Declaration
Public Shared Function LeftStr( _ ByVal str As String, _ ByVal len As Integer _ ) As String
'Usage Dim str As String Dim len As Integer Dim value As String value = Utils.LeftStr(str, len)
'Usage
Dim str As String Dim len As Integer Dim value As String value = Utils.LeftStr(str, len)
public static string LeftStr( string str, int len )
public function LeftStr( str: String; len: Integer ): String; static;
public static function LeftStr( str : String, len : int ) : String;
public: static string* LeftStr( string* str, int len )
public: static String^ LeftStr( String^ str, int len )
Utils Class Utils Members