Game Framework  2021.05.31
Utility.Text类 参考

字符相关的实用函数。 更多...

静态 Public 成员函数

static string Format (string format, object arg0)
 获取格式化字符串。 更多...
 
static string Format (string format, object arg0, object arg1)
 获取格式化字符串。 更多...
 
static string Format (string format, object arg0, object arg1, object arg2)
 获取格式化字符串。 更多...
 
static string Format (string format, params object[] args)
 获取格式化字符串。 更多...
 

详细描述

字符相关的实用函数。

成员函数说明

◆ Format() [1/4]

static string Format ( string  format,
object  arg0 
)
static

获取格式化字符串。

参数
format字符串格式。
arg0字符串参数 0。
返回
格式化后的字符串。

◆ Format() [2/4]

static string Format ( string  format,
object  arg0,
object  arg1 
)
static

获取格式化字符串。

参数
format字符串格式。
arg0字符串参数 0。
arg1字符串参数 1。
返回
格式化后的字符串。

◆ Format() [3/4]

static string Format ( string  format,
object  arg0,
object  arg1,
object  arg2 
)
static

获取格式化字符串。

参数
format字符串格式。
arg0字符串参数 0。
arg1字符串参数 1。
arg2字符串参数 2。
返回
格式化后的字符串。

◆ Format() [4/4]

static string Format ( string  format,
params object[]  args 
)
static

获取格式化字符串。

参数
format字符串格式。
args字符串参数。
返回
格式化后的字符串。