C# Class Amazon.Runtime.Internal.Util.StringUtils

Utilities for converting objects to strings. Used by the marshaller classes.
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Méthode Description
FromBool ( bool value ) : string
FromDateTime ( System.DateTime value ) : string
FromDecimal ( decimal value ) : string
FromDouble ( double value ) : string
FromInt ( int value ) : string
FromLong ( long value ) : string
FromMemoryStream ( MemoryStream value ) : string
FromString ( ConstantClass value ) : string
FromString ( String value ) : string
Utf8ByteLength ( string value ) : long

Method Details

FromBool() public static méthode

public static FromBool ( bool value ) : string
value bool
Résultat string

FromDateTime() public static méthode

public static FromDateTime ( System.DateTime value ) : string
value System.DateTime
Résultat string

FromDecimal() public static méthode

public static FromDecimal ( decimal value ) : string
value decimal
Résultat string

FromDouble() public static méthode

public static FromDouble ( double value ) : string
value double
Résultat string

FromInt() public static méthode

public static FromInt ( int value ) : string
value int
Résultat string

FromLong() public static méthode

public static FromLong ( long value ) : string
value long
Résultat string

FromMemoryStream() public static méthode

public static FromMemoryStream ( MemoryStream value ) : string
value System.IO.MemoryStream
Résultat string

FromString() public static méthode

public static FromString ( ConstantClass value ) : string
value ConstantClass
Résultat string

FromString() public static méthode

public static FromString ( String value ) : string
value String
Résultat string

Utf8ByteLength() public static méthode

public static Utf8ByteLength ( string value ) : long
value string
Résultat long