Partager via


MpfUtilities.ConvertFromType<T>, méthode

Cette classe et ses membres sont réservés à un usage interne et ne sont pas destinés à être utilisés dans votre code.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
Public Shared Function ConvertFromType(Of T As {Structure, New}) ( _
    value As String, _
    culture As CultureInfo _
) As Nullable(Of T)
public static Nullable<T> ConvertFromType<T>(
    string value,
    CultureInfo culture
)
where T : struct, new()
public:
generic<typename T>
where T : value class, gcnew()
static Nullable<T> ConvertFromType(
    String^ value, 
    CultureInfo^ culture
)
static member ConvertFromType : 
        value:string * 
        culture:CultureInfo -> Nullable<'T>  when 'T : struct, new()
JScript ne prend pas en charge les types ou les méthodes génériques.

Paramètres de type

  • T

Paramètres

Valeur de retour

Type : System.Nullable<T>

Sécurité .NET Framework

Voir aussi

Référence

MpfUtilities Classe

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal, espace de noms