public static bool IsRegistryFile(
string filepath
)
Public Shared Function IsRegistryFile (
filepath As String
) As Boolean
Dim filepath As String
Dim returnValue As Boolean
returnValue = UtilRegistry.IsRegistryFile(filepath)
public:
static bool IsRegistryFile(
String^ filepath
)
static member IsRegistryFile :
filepath : string -> bool
No code example is currently available or this language may not be supported.
[Missing <returns> documentation for "M:DevCase.Core.Windows.Registry.UtilRegistry.IsRegistryFile(System.String)"]
No code example is currently available or this language may not be supported.
Dim isRegFile As Boolean = IsRegistryFile("C:\File.reg")
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.