Documentation de Dvp.Net. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/

[Ceci est une documentation préliminaire, sous réserve de modification.]

Convertit un nombre romain en entier 16 bits.

Namespace:  Developpez.Dotnet
Assembly:  Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static explicit operator short (
	Roman r
)
Visual Basic (Declaration)
Public Shared Narrowing Operator CType ( _
	r As Roman _
) As Short
Visual C++
static explicit operator short (
	Roman r
)

Parameters

r
Type: Developpez.Dotnet..::.Roman
Nombre romain.

Return Value

L'entier 16 bits correspondant au nombre romain.

See Also