次の方法で共有


PredefinedFunctions.remove(String, String) Method

Definition

public:
 static System::String ^ remove(System::String ^ text1, System::String ^ text2);
public static string remove (string text1, string text2);
static member remove : string * string -> string
Public Shared Function remove (text1 As String, text2 As String) As String

Parameters

text1
String
text2
String

Returns

Applies to