Declaration
func ToString(target object) string
go
Parameters
Input
Name | Type | Description |
---|---|---|
Target | Object | The target value to convert to string |
Return
Type | Description |
---|---|
String | String |
Convert the target value to a string
func ToString(target object) string
go
Name | Type | Description |
---|---|---|
Target | Object | The target value to convert to string |
Type | Description |
---|---|
String | String |