ResXResourceReaderBasePath Property
Gets or sets the base path for the relative file path specified in a
ResXFileRef object.
Default value:
.
Namespace: KGySoft.ResourcesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public string? BasePath { get; set; }
Public Property BasePath As String
Get
Set
public:
virtual property String^ BasePath {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract BasePath : string with get, set
override BasePath : string with get, set
Return Value
String
A path that, if prepended to the relative file path specified in a
ResXFileRef object, yields an absolute path to a resource file.