C# 클래스 Amazon.Runtime.Internal.Util.StringUtils

Utilities for converting objects to strings. Used by the marshaller classes.
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
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

메소드 상세

FromBool() 공개 정적인 메소드

public static FromBool ( bool value ) : string
value bool
리턴 string

FromDateTime() 공개 정적인 메소드

public static FromDateTime ( System.DateTime value ) : string
value System.DateTime
리턴 string

FromDecimal() 공개 정적인 메소드

public static FromDecimal ( decimal value ) : string
value decimal
리턴 string

FromDouble() 공개 정적인 메소드

public static FromDouble ( double value ) : string
value double
리턴 string

FromInt() 공개 정적인 메소드

public static FromInt ( int value ) : string
value int
리턴 string

FromLong() 공개 정적인 메소드

public static FromLong ( long value ) : string
value long
리턴 string

FromMemoryStream() 공개 정적인 메소드

public static FromMemoryStream ( MemoryStream value ) : string
value System.IO.MemoryStream
리턴 string

FromString() 공개 정적인 메소드

public static FromString ( ConstantClass value ) : string
value ConstantClass
리턴 string

FromString() 공개 정적인 메소드

public static FromString ( String value ) : string
value String
리턴 string

Utf8ByteLength() 공개 정적인 메소드

public static Utf8ByteLength ( string value ) : long
value string
리턴 long