C# 클래스 Westwind.Globalization.FileInfoFormat

Internal structure that contains format information about a file resource. Used internally to figure out how to write a resource into the database
파일 보기 프로젝트 열기: RickStrahl/Westwind.Globalization 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BinContent byte[]
Encoding string
FileFormatType FileFormatTypes
FileName string
TextContent string
Type string
ValueString string

프로퍼티 상세

BinContent 공개적으로 프로퍼티

public byte[] BinContent
리턴 byte[]

Encoding 공개적으로 프로퍼티

public string Encoding
리턴 string

FileFormatType 공개적으로 프로퍼티

public FileFormatTypes FileFormatType
리턴 FileFormatTypes

FileName 공개적으로 프로퍼티

public string FileName
리턴 string

TextContent 공개적으로 프로퍼티

public string TextContent
리턴 string

Type 공개적으로 프로퍼티

public string Type
리턴 string

ValueString 공개적으로 프로퍼티

public string ValueString
리턴 string