Declaration
func Length(value string) int
go
Parameters
Input
| Name | Type | Description | 
|---|---|---|
| Value | String | String | 
Return
| Type | Description | 
|---|---|
| Int | String length | 
Get the length of a string
func Length(value string) int
go
| Name | Type | Description | 
|---|---|---|
| Value | String | String | 
| Type | Description | 
|---|---|
| Int | String length |