public static System.bool IsDICOM(
System.string
)
public function IsDICOM(
: System.String
): System.Boolean; static;
public static function IsDICOM(
: System.String
) : System.boolean;
public: static System.bool IsDICOM(
System.string*
)
public:
static System.bool IsDICOM(
System.String^
)
'Declaration
Public Overloads Shared Function IsDICOM( _
ByVal As System.String _
) As System.Boolean
'Usage
Dim Filename As System.String
Dim value As System.Boolean
value = DicomGlobal.IsDICOM(Filename)
Parameters
- Filename
-
The full file path
Return Value
True if bytes 129 - 132 are "DICM" and the next 8 bytes contains the group 0 header data 02 00 00 00 55 4C 04
00
Target Platforms: .NET CLR 4.8 or higher