File3dmStringTableGetValue Method (String, String) |
Returns a string value given a section and entry.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public string GetValue(
string section,
string entry
)
Public Function GetValue (
section As String,
entry As String
) As String
Parameters
- section
- Type: SystemString
The section at which to get the value. - entry
- Type: SystemString
The entry to search for.
Return Value
Type:
StringThe string value if successful.
See Also