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