SoftBasicArrayFormatT 方法 (T, String) |
将数组格式化为显示的字符串的信息,支持所有的类型对象
Formats the array into the displayed string information, supporting all types of objects
命名空间:
HslCommunication.BasicFramework
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static string ArrayFormat<T>(
T array,
string format
)
Public Shared Function ArrayFormat(Of T) (
array As T,
format As String
) As String
public:
generic<typename T>
static String^ ArrayFormat(
T array,
String^ format
)
static member ArrayFormat :
array : 'T *
format : string -> string
参数
- array
- 类型:T
数组信息 - format
- 类型:SystemString
格式化的信息
类型参数
- T
- 数组的类型
返回值
类型:
String最终显示的信息
参见