public string Remove( int pos, int length )
Public Function Remove ( pos As Integer, length As Integer ) As String
public: String^ Remove( int pos, int length )
member Remove : pos : int * length : int -> string
In This Article