PredefinedFunctions.StrKeep(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static System::String ^ StrKeep(System::String ^ text1, System::String ^ text2);
public static string StrKeep (string text1, string text2);
static member StrKeep : string * string -> string
Public Shared Function StrKeep (text1 As String, text2 As String) As String
Parameters
- text1
- String
- text2
- String