$74 GRAYBYTE WORDPRESS FILE MANAGER $25

SERVER : vnpttt-amd7f72-h1.vietnix.vn #1 SMP Fri May 24 12:42:50 UTC 2024
SERVER IP : 103.200.23.149 | ADMIN IP 216.73.216.22
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/usr/lib/golang/src/strconv/

HOME
Current File : /usr/lib/golang/src/strconv//doc.go
// Copyright 2015 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

// Package strconv implements conversions to and from string representations
// of basic data types.
//
// # Numeric Conversions
//
// The most common numeric conversions are [Atoi] (string to int) and [Itoa] (int to string).
//
//	i, err := strconv.Atoi("-42")
//	s := strconv.Itoa(-42)
//
// These assume decimal and the Go int type.
//
// [ParseBool], [ParseFloat], [ParseInt], and [ParseUint] convert strings to values:
//
//	b, err := strconv.ParseBool("true")
//	f, err := strconv.ParseFloat("3.1415", 64)
//	i, err := strconv.ParseInt("-42", 10, 64)
//	u, err := strconv.ParseUint("42", 10, 64)
//
// The parse functions return the widest type (float64, int64, and uint64),
// but if the size argument specifies a narrower width the result can be
// converted to that narrower type without data loss:
//
//	s := "2147483647" // biggest int32
//	i64, err := strconv.ParseInt(s, 10, 32)
//	...
//	i := int32(i64)
//
// [FormatBool], [FormatFloat], [FormatInt], and [FormatUint] convert values to strings:
//
//	s := strconv.FormatBool(true)
//	s := strconv.FormatFloat(3.1415, 'E', -1, 64)
//	s := strconv.FormatInt(-42, 16)
//	s := strconv.FormatUint(42, 16)
//
// [AppendBool], [AppendFloat], [AppendInt], and [AppendUint] are similar but
// append the formatted value to a destination slice.
//
// # String Conversions
//
// [Quote] and [QuoteToASCII] convert strings to quoted Go string literals.
// The latter guarantees that the result is an ASCII string, by escaping
// any non-ASCII Unicode with \u:
//
//	q := strconv.Quote("Hello, 世界")
//	q := strconv.QuoteToASCII("Hello, 世界")
//
// [QuoteRune] and [QuoteRuneToASCII] are similar but accept runes and
// return quoted Go rune literals.
//
// [Unquote] and [UnquoteChar] unquote Go string and rune literals.
package strconv

Current_dir [ NOT WRITEABLE ] Document_root [ WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
16 Dec 2025 9.30 PM
root / root
0755
atob.go
0.951 KB
4 Dec 2025 6.06 PM
root / root
0644
atoc.go
3.075 KB
4 Dec 2025 6.06 PM
root / root
0644
atof.go
15.849 KB
4 Dec 2025 6.06 PM
root / root
0644
atoi.go
8.291 KB
4 Dec 2025 6.06 PM
root / root
0644
bytealg.go
0.38 KB
4 Dec 2025 6.06 PM
root / root
0644
bytealg_bootstrap.go
0.392 KB
4 Dec 2025 6.06 PM
root / root
0644
ctoa.go
1.007 KB
4 Dec 2025 6.06 PM
root / root
0644
decimal.go
11.034 KB
4 Dec 2025 6.06 PM
root / root
0644
doc.go
1.911 KB
4 Dec 2025 6.06 PM
root / root
0644
eisel_lemire.go
41.392 KB
4 Dec 2025 6.06 PM
root / root
0644
ftoa.go
14.026 KB
4 Dec 2025 6.06 PM
root / root
0644
ftoaryu.go
15.66 KB
4 Dec 2025 6.06 PM
root / root
0644
isprint.go
11.547 KB
4 Dec 2025 6.06 PM
root / root
0644
itoa.go
4.875 KB
4 Dec 2025 6.06 PM
root / root
0644
makeisprint.go
4.287 KB
4 Dec 2025 6.06 PM
root / root
0644
quote.go
16.596 KB
4 Dec 2025 6.06 PM
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME
Static GIF