Retreive the drive serial number.
Namespace:
Devolutions.UtilsAssembly: Devolutions.Utils (in Devolutions.Utils.dll)
Syntax
| Visual Basic |
|---|
Public Shared Function GetVolumeSerial ( _ driveLetter As String _ ) As String |
| C# |
|---|
public static string GetVolumeSerial( string driveLetter ) |
Parameters
- driveLetter
- Type: System..::..String