Partilhar via


Método MpfUtilities.ConvertFromType<T>

Essa classe e seus membros são reservados para uso interno e não se destina a ser usado em seu código.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
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()
O JScript não oferece suporte a tipos ou métodos genéricos.

Parâmetros de tipo

  • T

Parâmetros

Valor de retorno

Tipo: System.Nullable<T>

Segurança do .NET Framework

Consulte também

Referência

MpfUtilities Classe

Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.Internal