Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
VersionSample
Csharp6
StringInterpolationSample
C# Class VersionSample.Csharp6.StringInterpolationSample
文字列補間。
string.Format(string, object[])
を単純化する構文が言語に組み込まれる。 通常版(string 型の変数に代入)の場合、 内部的には
string.Format(string, object[])
(.NET 1.0の頃からある)を呼んでいるだけなので、古いバージョンでも当然動く。
Mostra file
Open project: ufcpp/UfcppSample
Public Methods
Method
Description
SameAsX
( ) :
void
SameAsY
( ) :
void
X
( ) :
void
Y
( ) :
void
Private Methods
Method
Description
WithCulture
(
IFormattable
f
,
string
cultureName
) :
string
Method Details
SameAsX()
public
static
method
public
static
SameAsX
( ) :
void
return
void
SameAsY()
public
static
method
public
static
SameAsY
( ) :
void
return
void
X()
public
static
method
public
static
X
( ) :
void
return
void
Y()
public
static
method
public
static
Y
( ) :
void
return
void