'Declaration<NotNullAttribute()> Function GetFormat() As String
'UsageDim instance As _PkiCertificate Dim value As String value = instance.GetFormat()
[NotNull()] string GetFormat()
[NotNull()] String^ GetFormat();
Return Value
This method never returns null (Nothing in Visual Basic).