public static string Mid( string source, int start, int length )
Public Shared Function Mid ( _ source As String, _ start As Integer, _ length As Integer _ ) As String
public: static String^ Mid( String^ source, int start, int length )
[Missing <returns> documentation for M:CFW.Util.StringUtil.Mid(System.String,System.Int32,System.Int32)]