Skip to content

M_Cyjb_Collections_CharSet_AddLowercase

CYJB edited this page Mar 20, 2024 · 13 revisions

CharSet.AddLowercase 方法

将当前集合内大写字母对应的小写字母添加到集合中。

Namespace: Cyjb.Collections
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6

语法

C#

public void AddLowercase(
	CultureInfo? culture = null
)

参数

 

culture (Optional)
Type: System.Globalization.CultureInfo
大小写转换使用的区域信息。

参见

Reference

CharSet 类
Cyjb.Collections 命名空间

Clone this wiki locally