C# 클래스 Dicom.Utility.Format

파일 보기 프로젝트 열기: fo-dicom/mdcm

공개 메소드들

메소드 설명
AddSpaces ( string str ) : string
ByteCount ( double bytes ) : string
ByteCount ( long bytes ) : string
ByteCount ( uint bytes ) : string
CamelCase ( string str ) : string
Percent ( int numerator, int denominator ) : string

메소드 상세

AddSpaces() 공개 정적인 메소드

public static AddSpaces ( string str ) : string
str string
리턴 string

ByteCount() 공개 정적인 메소드

public static ByteCount ( double bytes ) : string
bytes double
리턴 string

ByteCount() 공개 정적인 메소드

public static ByteCount ( long bytes ) : string
bytes long
리턴 string

ByteCount() 공개 정적인 메소드

public static ByteCount ( uint bytes ) : string
bytes uint
리턴 string

CamelCase() 공개 정적인 메소드

public static CamelCase ( string str ) : string
str string
리턴 string

Percent() 공개 정적인 메소드

public static Percent ( int numerator, int denominator ) : string
numerator int
denominator int
리턴 string