点击或拖拽改变大小

SoftBasicArrayFormatT 方法 (T, String)

将数组格式化为显示的字符串的信息,支持所有的类型对象
Formats the array into the displayed string information, supporting all types of objects

命名空间:  HslCommunication.BasicFramework
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public static string ArrayFormat<T>(
	T[] array,
	string format
)

参数

array
类型:T
数组信息
format
类型:SystemString
格式化的信息

类型参数

T
数组的类型

返回值

类型:String
最终显示的信息
参见