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