PredefinedFunctions.strfmt(String, Object[]) 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 ^ strfmt(System::String ^ text, cli::array <System::Object ^> ^ parameters);
public static string strfmt (string text, object[] parameters);
static member strfmt : string * obj[] -> string
Public Shared Function strfmt (text As String, parameters As Object()) As String
Parameters
- text
- String
- parameters
- Object[]