PredefinedFunctions.delstr(String, Int32, Int32) 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 ^ delstr(System::String ^ text, int position, int number);
public static string delstr (string text, int position, int number);
static member delstr : string * int * int -> string
Public Shared Function delstr (text As String, position As Integer, number As Integer) As String
Parameters
- text
- String
- position
- Int32
- number
- Int32