C# Class Framework.Class.ConvertTool

ファイルを表示 Open project: callme119/civil

Public Properties

Property Type Description
RTF_HEAD string
RTF_TAIL string

Public Methods

Method Description
ConvertRtfToString ( string rtf ) : string
ConvertStringToRtf ( string str ) : string
FormatRtf ( string rtf ) : string

Method Details

ConvertRtfToString() public static method

public static ConvertRtfToString ( string rtf ) : string
rtf string
return string

ConvertStringToRtf() public static method

public static ConvertStringToRtf ( string str ) : string
str string
return string

FormatRtf() public static method

public static FormatRtf ( string rtf ) : string
rtf string
return string

Property Details

RTF_HEAD public_oe static_oe property

public static string RTF_HEAD
return string

RTF_TAIL public_oe static_oe property

public static string RTF_TAIL
return string