طريقة System::String::Substring

String::Substring(int32_t) const method

يستخرج سلسلة فرعية.

String System::String::Substring(int32_t startIndex) const
ParameterTypeالوصف
startIndexint32_tفهرس بدء السلسلة الفرعية.

ReturnValue

المقاطع المستخرجة.

انظر أيضًا

String::Substring(int32_t, int32_t) const method

يستخرج سلسلة فرعية.

String System::String::Substring(int32_t startIndex, int32_t length) const
ParameterTypeالوصف
startIndexint32_tفهرس بدء السلسلة الفرعية.
الطولint32_tطول السلسلة الفرعية.

ReturnValue

المقاطع المستخرجة.

انظر أيضًا