INIFileHelperIniReadValues Method | Helper帮助文档 |
[Missing <summary> documentation for "M:HD.Common.INIFileHelper.IniReadValues(System.String,System.String)"]
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public byte[] IniReadValues( string section, string key )
Public Function IniReadValues ( section As String, key As String ) As Byte()
public: array<unsigned char>^ IniReadValues( String^ section, String^ key )
member IniReadValues : section : string * key : string -> byte[]
Parameters
- section
- Type: SystemString
[Missing <param name="section"/> documentation for "M:HD.Common.INIFileHelper.IniReadValues(System.String,System.String)"]
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:HD.Common.INIFileHelper.IniReadValues(System.String,System.String)"]
Return Value
Type: Byte[Missing <returns> documentation for "M:HD.Common.INIFileHelper.IniReadValues(System.String,System.String)"]
See Also